home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-19 / iritsm3s.zip / DATAPRSR.H < prev    next >
C/C++ Source or Header  |  1991-09-02  |  678b  |  17 lines

  1. /*****************************************************************************
  2. *   "Irit" - the 3d polygonal solid modeller.                     *
  3. *                                         *
  4. * Written by:  Gershon Elber                Ver 0.2, Mar. 1990   *
  5. ******************************************************************************
  6. * General, visible to others, definitions of DataPrsr goes to here:         *
  7. *****************************************************************************/
  8.  
  9. #ifndef    DATA_PRSR_GH
  10. #define    DATA_PRSR_GH
  11.  
  12. void DataPrsrPutObject(char *FileName, ObjectStruct *PObj);
  13. ObjectStruct *DataPrsrGetObjects(char *FileName);
  14. int DataPrsrParseError(char **ErrorMsg);
  15.  
  16. #endif    /* DATA_PRSR_GH */
  17.